home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
You're the Director
/
You're The Director.iso
/
mac
/
MACF
/
MGER.DIR
/
00315_Script_315
< prev
next >
Wrap
Text File
|
1995-10-10
|
707b
|
35 lines
on mouseUp
global EVis,EPup,FVis,FPup
if EVis = TRUE then
puppetSprite 48,TRUE
set the visible of sprite 48 = TRUE
else
puppetSprite 48,TRUE
set the visible of sprite 48 = FALSE
end if
if EPup = TRUE then
set the puppet of sprite 48 = TRUE
else
set the puppet of sprite 48 = FALSE
end if
if FVis = TRUE then
puppetSprite 45,TRUE
set the visible of sprite 45 = TRUE
else
puppetSprite 45,TRUE
set the visible of sprite 45 = FALSE
end if
puppetSprite 45,FALSE
play done
if FPup = TRUE then
set the puppet of sprite 45 = TRUE
else
set the puppet of sprite 45 = FALSE
end if
end